OakLisp - meaning and definition. What is OakLisp
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

What (who) is OakLisp - definition

PORTABLE OBJECT-ORIENTED SCHEME

Oaklisp         
<language> A portable object-oriented Scheme by K. Lang and Barak Perlmutter of Yale. Oaklisp uses a superset of Scheme syntax. It is based on generic operations rather than functions, and features anonymous classes, {multiple inheritance}, a strong error system, setters and locators for operations and a facility for dynamic binding. Version 1.2 includes an interface, bytecode compiler, run-time system and documentation. ftp://f.gp.cs.cmu.edu/usr/bap/oak/ftpable/, {for Amiga (ftp://ftp.cso.uiuc.edu/pub/amiga/fish/ff519)}. ["Oaklisp: An Object-Oriented Scheme with First-Class Types", K. Lang et al, SIGPLAN Notices 21(11):30-37 (Nov 1986) (OOPSLA '86)]. (1992-05-01)

Wikipedia

Oaklisp

Oaklisp is a portable object-oriented Scheme developed by Kevin J. Lang and Barak A. Pearlmutter while Computer Science PhD students at Carnegie Mellon University. Oaklisp uses a superset of Scheme syntax. It is based on generic operations rather than functions, and features anonymous classes, multiple inheritance, a strong error system, setters and locators for operations, and a facility for dynamic binding.

Version 1.2 includes an interface, bytecode compiler, run-time system and documentation.